-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Userland tools for the ZFS file system from oracle Homepage: http://zfsonlinux.org/
FYI: |
start_cmd rm -vrf ${D}/etc/init.d | ||
start_cmd rm -vrf ${D}/lib | ||
start_cmd rm -vrf ${D}/usr/lib/modules-load.d | ||
start_cmd rm -vrf ${D}/usr/lib/systemd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t bee’s EXCLUDE
directive be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as thomas said: rm
is better. To see what's going on.
I guess excluding will work also, but the |
und den developer muell Braucht keine Sau. |
I’d also like one commit per each program. |
further purging:
commit structure:
|
On 12/18/17 09:48, Thomas Kreitler wrote:
[…]
commit structure:
- from my point of view spl/zfs belong together, so having just one commit is al right.
They do not depend on each other and can be built separately. So one
commit each. That they belong together is denoted by putting them in the
same branch and one merge/pull request.
|
The spl package contains a splat tool only.
Are we going to have a splat module?
|
Hmm, strange that the kernel module doesn't load. I'll put it on my todo list -- seems to me that we will have some serious fun establishing zfs within mariux....
…On January 19, 2018 1:29:07 PM GMT+01:00, Donald Buczek ***@***.***> wrote:
The spl package contains a splat tool only.
This utility uses the splat.ko kernel module to test the spl.ko kernel
module. Run "modprobe splat" before invoking splat.
Are we going to have a splat module?
***@***.***:~/git/bee-files (add-spl-zfs-0.7.3)$ sudo modprobe
splat
modprobe: ERROR: could not insert 'splat': Unknown symbol in module, or
unknown parameter (see dmesg)
***@***.***:~/git/bee-files (add-spl-zfs-0.7.3)$ sudo splat
Unable to open /dev/splatctl: 2
Is the splat module loaded?
--
Thomas Kreitler - Information Retrieval
kreitler@molgen.mpg.de
49/30/8413 1702
|
After I had pity with you pull request and merged it, I'd expected that you installed the packages.... |
Ashes on my head, I'm still focused on the raid topic, so this subproject went a bit under the floor. |
If you prepare a 0.7.5 pull request and it is merged and 0.7.5 gets installed, everything would be in sync again. So go ahead. |
i know... it's on the todo list :) |
Userland tools for the ZFS file system from oracle
Homepage: http://zfsonlinux.org/